' This program exported from BASIC Anywhere Machine (Version [5.2.3].[2023.12.16.16.28]) on 2023.12.31 at 18:18 (Coordinated Universal Time)

screen 12

circle (320, 100), 50, 14, , , , F

_display

circle (320, 100), 50, 13, , , , F
for i = 0 to 120
_display 260, 40, i,i
_delay 0.025
next i

end